mkimage: Don't close the file if it wasn't opened
authorSimon Glass <[email protected]>
Wed, 16 Mar 2016 13:45:43 +0000 (07:45 -0600)
committerTom Rini <[email protected]>
Tue, 22 Mar 2016 16:16:28 +0000 (12:16 -0400)
commit5b15a2596f7852177c7f451349b353e6e52742a2
treead57c454053d645d9e368c0939a1c6022de86a21
parent3bd3a54ac515c26c6f0abd001d74fac2c86a7e1d
mkimage: Don't close the file if it wasn't opened

The error path for fit_import_data() is incorrect if the second open() call
fails.

Reported-by: Coverity (CID: 138489)
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
tools/fit_image.c